home *** CD-ROM | disk | FTP | other *** search
/ Amiga Inside! / Amiga FD Inside (1995)(Ultramax).iso / berndspd / systemtools / xcrypt / xcrypt.doc < prev    next >
Encoding:
Text File  |  1994-01-26  |  2.7 KB  |  102 lines

  1. Document Xcrypt Release 1.0 documentation
  2.  
  3.  
  4.                            XCRYPT 1.0 
  5.                            ----------
  6.  
  7.                  small and easy-to-use XPK Cryptor
  8.  
  9.                    © by Thorsten Hopf 1993-1994
  10.  
  11.  
  12. 0. Disclaimer
  13. =============
  14.  
  15.                            Disclaimer
  16.                            ----------
  17.  
  18.  This software may be used and redistributed freely, as long as
  19.  there are no changes made to the program, its source code, and
  20.  its documentation. The author makes no guarantee of any kind
  21.  for the reliability of the software described in this
  22.  documentation.
  23.  
  24.  
  25. 1. Introduction
  26. ===============
  27.  
  28.                           Introduction
  29.                           ------------
  30.  
  31. XCrypt is a short, handy, and easy-to-use Cryptor tool that makes
  32. use of the crypt libraries supplied with the XPK package.
  33.  
  34. You may use either the FEAL or the IDEA algorythm, whereby IDEA
  35. is preferred by default.
  36.  
  37.  
  38.  
  39. 2. Documentation
  40. ================
  41.  
  42.                           Documentation
  43.                           -------------
  44.  
  45.  
  46. 2.1. System requirements
  47. ------------------------
  48.  
  49.                        System requirements
  50.                        -------------------
  51.  
  52. You need Kickstart 2.0 or higher to run XCrypt. In addition to
  53. that, XCrypt requires the xpkmaster.library and at least the
  54. xpkIDEA.library.
  55.  
  56.  
  57. 2.2. Shell usage
  58. ----------------
  59.  
  60.                            Shell usage
  61.                            -----------
  62.  
  63.  
  64.  You cannot start XCrypt from the Workbench, it's a shell tool!
  65.  
  66.  
  67.  Template:        XCrypt SOURCE/A,FEAL/S,PW/K/A,QUIET/S
  68.  
  69.  You must specify at least a source file and a password that will
  70.  be used for (de)cryption. The PW keyword has to be specified.
  71.  
  72.  Example:         XCrypt dh1:SecretData.TXT PW SafeForEver
  73.  
  74.  this will (de)crypt the file SecretData.TXT using the password
  75.  "SafeForEver". If XCrypt detects that the input file is already
  76.  crypted, it will decrypt it using the specified password.
  77.  
  78.  Keep in mind that the source and destination files are
  79.  identical, that means the original file will be overwritten. You
  80.  better don't forget the password used for encryption - otherwise
  81.  all data are lost forever.
  82.  
  83.  Additionally, you may specify the FEAL keyword. XCrypt will then
  84.  use the FEAL algorythm instead of IDEA. Last not least you can
  85.  use the QUIET keyword for suppressing any text output.
  86.  
  87.  
  88. 2.3. DirectoryOpus installation
  89. -------------------------------
  90.  
  91.  
  92.                    DirectoryOpus installation
  93.                    --------------------------
  94.  
  95.  XCrypt was created for the usage inside of DirectoryOpus. To
  96.  configure a XCRYPT button or menu, proceed like this:
  97.  
  98.  
  99.               AmigaDOS   c:xcrypt {f} pw {RsEnter password}
  100.  
  101.               Flags: Rescan source
  102.